home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / main-removeassigns < prev    next >
Text File  |  1996-03-24  |  403b  |  35 lines

  1.  
  2.  
  3. ;MainRemoveAssigns For Amiga-Tools-4
  4.  
  5. assign remove prefs:
  6. assign Prefs: SYS:Prefs
  7.  
  8. assign remove C:
  9. assign C: SYS:C
  10.  
  11. assign remove devs:
  12. assign devs: sys:devs
  13.  
  14. assign remove Fonts:
  15. assign Fonts: sys:Fonts
  16.  
  17. assign remove L:
  18. assign L: SYS:L
  19.  
  20. assign remove libs:
  21. assign Libs: SYS:LIBS
  22.  
  23. assign remove Locale:
  24. assign Locale:  SYS:Locale
  25.  
  26. assign remove S:
  27. assign S: SYS:S
  28.  
  29. echo "All Assigns Removed!"
  30.  
  31.  
  32.  
  33.  
  34.  
  35.